WillyanGCaetano
(usa Ubuntu)
Enviado em 11/07/2011 - 11:56h
Pessoal,
Instalei o SAMBA em um Ubuntu 11.04. Ele exercerá o Controle de Domínio de Rede (PDC) e também o serviço de sincronização de tempo (NTP). Depois de todo o processo de configuração, inseri a máquina na rede e testei os compartilhamentos, tudo ok. Porém, no processo de logoff a estação WINDOWS envia a seguinte mensagem:
"O Windows não pode copiar o arquivo C:\Documents and Settings\testeti\ntuser.tmp para o local \\samba\profiles\testeti\NTUSE R.DAT. As possíveis causas do erro são problemas de rede ou direitos de segurança insuficientes. Se o problema persistir, entre em contato com o administrador da rede.
DETALHE - O sistema não pode encontrar o arquivo especificado. "
Curioso que se eu abrir o diretório "profiles" direto do LINUX e com o usuário teste mencionado aí, há permissão de escrita no mesmo, ainda mais pelo saída do comando abaixo:
ls-la /home/profiles/testeti
total 8
drwx-wx-wt 2 testeti ti 4096 2011-07-08 16:41 .
drwxrwxrwt 3 root root 4096 2011-07-08 16:41 ..
Deixo abaixo a configuração do smb.conf com as seções [global] e [profiles] para análise.
Espero que se possível, me ajudem. Desde já, obrigado !
[global]
# ELEIÇÕES DE REDE, CONFIGURAÇÕES DE NOME E RESOLUÇÃO DOS MESMOS, NÍVEL DE SEGURANÇA E DEFINIÇÃO DE PDC
netbios name = samba
workgroup = REDE
server string = SAMBA versão %v
name resolve order = lmhosts host wins bcast
domain master = yes
local master = yes
preferred master = yes
os level = 150
# CARACTERES DE ARQUIVOS
preserve case = no
default case = lower
# ACESSO PARA ADMINISTRAÇÃO, ACESSO AO SERVIDOR PARA USO
hosts allow = 192.168.0.
admin users = administrador, root
# LOG DE ACESSOS A SERVIÇOS - AUDITORIA DO SAMBA
syslog = yes
log level = 1
log file = /var/log/samba/log.%m
max log size = 5000
vfs objects = full_audit
full_audit:success = open, opendir, write, unlink, rename, mkdir, rmdir, chmod, chown
full_audit:prefix = %u|%I|%S
full_audit:failure = none
full_audit:facility = local5
full_audit:priority = notice
debug timestamp = yes
debug level = 2
debug uid = no
lock directory = /var/run/samba/locks
# ESTE É UM SERVIDOR WINS
wins support = yes
wins proxy = no
dns proxy = no
max wins ttl = 518400
# ESTE SERVIDOR É UM SERVIDOR DE HORÁRIO ATRAVÉS DO RECURSO NTPD
time server = yes
# NÍVEL DE SEGURANÇA E USUÁRIOS CONFIGURAÇÃO DE USUÁRIOS E SUAS SENHAS
security = user
encrypt passwords = yes
passdb backend = tdbsam
enable privileges = yes
username level = 2
# ESCUTA DE REDE
interfaces = eth1
bind interfaces only = yes
# CONFIGURAÇÃO DE DESEMPENHO
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
dead time = 15
getwd cache = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
# VETAR CERTOS TIPOS DE EXTENSÃO DE ARQUIVOS
veto files = /*.pif/*.tmp/*.mp3/*.wma/*.asf/*.mp4/*.avi/*.scr/*.flv/*.mpeg/*.mpg
#ROAMING PROFILES
logon path = \\%L\profiles\%U
logon home = \\%L\%U\.profiles
logon script = %G.bat
domain logons = yes
logon drive = H:
[homes]
comment = Diretório de Usuários
valid users = %S
browseable = no
writeable = yes
follow symlinks = no
[profiles]
path = /home/profiles
writeable = yes
browseable = no